projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edeb220
)
; * src/bytecode.c (exec_byte_code): Silence GCC warning
author
Mattias Engdegård
<mattiase@acm.org>
Mon, 24 Jan 2022 14:02:17 +0000
(15:02 +0100)
committer
Mattias Engdegård
<mattiase@acm.org>
Mon, 24 Jan 2022 14:03:20 +0000
(15:03 +0100)
src/bytecode.c
patch
|
blob
|
history
diff --git
a/src/bytecode.c
b/src/bytecode.c
index 76ef2fb661c837b5ddf0a476a4931f370c4d1d31..da1855d6babec8afd9379a4146f374a37188a574 100644
(file)
--- a/
src/bytecode.c
+++ b/
src/bytecode.c
@@
-381,7
+381,9
@@
exec_byte_code (Lisp_Object bytestr, Lisp_Object vector, Lisp_Object maxdepth,
Lisp_Object *stack_lim = top + stack_items;
unsigned char const *bytestr_data = SDATA (bytestr);
unsigned char const *pc = bytestr_data;
+#if BYTE_CODE_SAFE || !defined NDEBUG
ptrdiff_t count = SPECPDL_INDEX ();
+#endif
/* ARGS_TEMPLATE is composed of bit fields:
bits 0..6 minimum number of arguments